type runtime.sysMemStat
28 uses
runtime (current package)
malloc.go#L1464: func persistentalloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {
malloc.go#L1476: func persistentalloc1(size, align uintptr, sysStat *sysMemStat) *notInHeap {
malloc.go#L1583: func (l *linearAlloc) alloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {
mem.go#L49: func sysAlloc(n uintptr, sysStat *sysMemStat) unsafe.Pointer {
mem.go#L113: func sysFree(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
mem.go#L153: func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
mfixalloc.go#L40: stat *sysMemStat
mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
mgcpacer.go#L356: heapInUse sysMemStat // bytes in mSpanInUse spans
mgcpacer.go#L357: heapReleased sysMemStat // bytes released to the OS
mgcpacer.go#L358: heapFree sysMemStat // bytes not in any span, but not released to the OS
mgcscavenge.go#L1064: func (s *scavengeIndex) init(test bool, sysStat *sysMemStat) uintptr {
mgcscavenge.go#L1075: func (s *scavengeIndex) grow(base, limit uintptr, sysStat *sysMemStat) uintptr {
mpagealloc.go#L289: sysStat *sysMemStat
mpagealloc.go#L305: func (p *pageAlloc) init(mheapLock *mutex, sysStat *sysMemStat, test bool) {
mpagealloc_64bit.go#L191: func (s *scavengeIndex) sysGrow(base, limit uintptr, sysStat *sysMemStat) uintptr {
mpagealloc_64bit.go#L251: func (s *scavengeIndex) sysInit(test bool, sysStat *sysMemStat) uintptr {
mranges.go#L251: sysStat *sysMemStat
mranges.go#L254: func (a *addrRanges) init(sysStat *sysMemStat) {
mstats.go#L19: stacks_sys sysMemStat // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
mstats.go#L22: mspan_sys sysMemStat
mstats.go#L23: mcache_sys sysMemStat
mstats.go#L24: buckhash_sys sysMemStat // profiling bucket hash table
mstats.go#L27: gcMiscSys sysMemStat // updated atomically or during STW
mstats.go#L30: other_sys sysMemStat // updated atomically or during STW
mstats.go#L633: type sysMemStat uint64
mstats.go#L640: func (s *sysMemStat) load() uint64 {
mstats.go#L649: func (s *sysMemStat) add(n int64) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |